Ignore pthread allocations in valgrind
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Mar 2021 01:43:59 +0000 (21:43 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Mar 2021 01:43:59 +0000 (21:43 -0400)
gtk.supp

index 1211eeea2c7d59e9114a959c1ea5a94643224e64..927d6f102be5a8243585f060da9e1b8fd350dde2 100644 (file)
--- a/gtk.supp
+++ b/gtk.supp
   ...
   fun:g_intern_static_string
 }
+
+# Threads
+{
+   pthread
+   Memcheck:Leak
+   fun:calloc
+   fun:_dl_allocate_tls
+}